LocalConfig

Protobuf type meshtastic.LocalConfig

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , LocalOnlyProtos.LocalConfigOrBuilder
Protobuf type meshtastic.LocalConfig

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard

The part of the config that is specific to the Bluetooth settings
.meshtastic.Config.BluetoothConfig bluetooth = 7;
Link copied to clipboard

The part of the config that is specific to the Bluetooth settings
.meshtastic.Config.BluetoothConfig bluetooth = 7;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard

The part of the config that is specific to the Device
.meshtastic.Config.DeviceConfig device = 1;
Link copied to clipboard

The part of the config that is specific to the Device
.meshtastic.Config.DeviceConfig device = 1;
Link copied to clipboard

The part of the config that is specific to the Display
.meshtastic.Config.DisplayConfig display = 5;
Link copied to clipboard

The part of the config that is specific to the Display
.meshtastic.Config.DisplayConfig display = 5;
Link copied to clipboard

The part of the config that is specific to the Lora Radio
.meshtastic.Config.LoRaConfig lora = 6;
Link copied to clipboard

The part of the config that is specific to the Lora Radio
.meshtastic.Config.LoRaConfig lora = 6;
Link copied to clipboard

The part of the config that is specific to the Wifi Settings
.meshtastic.Config.NetworkConfig network = 4;
Link copied to clipboard

The part of the config that is specific to the Wifi Settings
.meshtastic.Config.NetworkConfig network = 4;
Link copied to clipboard
Link copied to clipboard

The part of the config that is specific to the GPS Position
.meshtastic.Config.PositionConfig position = 2;
Link copied to clipboard

The part of the config that is specific to the GPS Position
.meshtastic.Config.PositionConfig position = 2;
Link copied to clipboard

The part of the config that is specific to the Power settings
.meshtastic.Config.PowerConfig power = 3;
Link copied to clipboard

The part of the config that is specific to the Power settings
.meshtastic.Config.PowerConfig power = 3;
Link copied to clipboard

The part of the config that is specific to Security settings
.meshtastic.Config.SecurityConfig security = 9;
Link copied to clipboard

The part of the config that is specific to Security settings
.meshtastic.Config.SecurityConfig security = 9;
Link copied to clipboard
Link copied to clipboard
open fun getVersion(): Int

A version integer used to invalidate old save files when we make
incompatible changes This integer is set at build time and is private to
NodeDB.cpp in the device code.
uint32 version = 8;
Link copied to clipboard
open fun hasBluetooth(): Boolean

The part of the config that is specific to the Bluetooth settings
.meshtastic.Config.BluetoothConfig bluetooth = 7;
Link copied to clipboard
open fun hasDevice(): Boolean

The part of the config that is specific to the Device
.meshtastic.Config.DeviceConfig device = 1;
Link copied to clipboard
open fun hasDisplay(): Boolean

The part of the config that is specific to the Display
.meshtastic.Config.DisplayConfig display = 5;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun hasLora(): Boolean

The part of the config that is specific to the Lora Radio
.meshtastic.Config.LoRaConfig lora = 6;
Link copied to clipboard
open fun hasNetwork(): Boolean

The part of the config that is specific to the Wifi Settings
.meshtastic.Config.NetworkConfig network = 4;
Link copied to clipboard
open fun hasPosition(): Boolean

The part of the config that is specific to the GPS Position
.meshtastic.Config.PositionConfig position = 2;
Link copied to clipboard
open fun hasPower(): Boolean

The part of the config that is specific to the Power settings
.meshtastic.Config.PowerConfig power = 3;
Link copied to clipboard
open fun hasSecurity(): Boolean

The part of the config that is specific to Security settings
.meshtastic.Config.SecurityConfig security = 9;
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): LocalOnlyProtos.LocalConfig
Link copied to clipboard
open fun parseFrom(data: ByteString): LocalOnlyProtos.LocalConfig
open fun parseFrom(input: CodedInputStream): LocalOnlyProtos.LocalConfig
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): LocalOnlyProtos.LocalConfig
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): LocalOnlyProtos.LocalConfig
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): LocalOnlyProtos.LocalConfig
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): LocalOnlyProtos.LocalConfig
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): LocalOnlyProtos.LocalConfig
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)